home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / SDKWINNT.PAK / RLMAN.EXE / string.txt next >
Encoding:
Text File  |  1997-05-06  |  4.9 KB  |  127 lines

  1. 1    Error registering window class.
  2. 2    Window creation failed!
  3. 3    Help is not available.  Make sure the help file is in the startup directory.
  4. 4    Not enough memory available.
  5. 5    Command Not Implemented.
  6. 6    Operation failed.
  7. 7    Select a Master Project File.
  8. 8    Select a Source File.
  9. 9    Select a Target File.
  10. 10    Select a Language Token File.
  11. 11    READ ONLY
  12. 12    CLEAN
  13. 13    DIRTY
  14. 14    File not found.
  15. 15    Error saving file.
  16. 16    CURSOR
  17. 17    BITMAP
  18. 18    ICON
  19. 19    MENU
  20. 20    DIALOG
  21. 21    STRING
  22. 22    FONTDIR
  23. 23    FONT
  24. 24    ACCELERATOR
  25. 25    RCDATA
  26. 26    MESSAGE TABLE
  27. 27    GROUP CURSOR
  28. 29    GROUP ICON
  29. 30    NAMETABLE
  30. 31    VERSION STAMP
  31. 32    Internal error: UNKNOWN ERROR MESSAGE id# %1!d!
  32. 33    Too few arguments
  33. 34    Contradictive switches
  34. 35    Cannot access Master Project file "%1"
  35. 36    Unknown switch: "%1"
  36. 37    at line %i
  37. 38    Error on Create Master Project file "%1"
  38. 39    Error on Open Master Project file "%1"
  39. 40    Error %1!u! on `Generate Token File'
  40. 41    No resources found.
  41. 42    File open failure.
  42. 43    Not an NT executable.
  43. 44    %1
  44. 45    Can not make full path to file "%1"
  45. 46    Syntax error 
  46. 47    Unexpected end of file 
  47. 48    Out of memory 
  48. 49    Resource type value %1!hu! out of range (1-16)
  49. 50    Error during update of token file "%1" from "%2"
  50. 51    Project file "%1" does not exist
  51. 52    Could not get project data from file "%1"
  52. 53    Could not update project file "%1"
  53. 54    Could not update Master project file "%1"
  54. 55    Output image file "%1" not generated
  55. 56    Project file "%1" does not exist and -n option not given
  56. 57    Could not find full path of executable
  57. 58    Could not get US English Version information from executable
  58. 59    Internal error: Full path name of executable too long
  59. 60    Other usage error
  60. 64    Resource Localization Editor
  61. 65    Resource Localization Quick Editor
  62. 66    Resource Localization Adminstrator
  63. 70    Glossary is not available. Make sure the project file has a valid glossary.
  64. 71    Token file is not avaliable. Make sure the project has has a valid token file.
  65. 72    Unable to create temporary.
  66. 80    Select a Resource Description File.
  67. 81    Select a Master Token File.
  68. 86    Select a Glossary File.
  69. 87    Resource Descripions (*.RDF)
  70. 88    Projects (*.PRJ)
  71. 89    Resource Files (*.RES)
  72. 90    Executables (*.EXE)
  73. 91    Language Tokens (*.TOK)
  74. 92    Master Tokens (*.MTK)
  75. 93    Master Projects (*.MPJ)
  76. 94    DLLs (*.DLL)
  77. 95    Control Panel Files (*.CPL)
  78. 96    Glossaries (*.TXT)
  79. 112    Error loading Master Project File.
  80. 113    The master tokens are out of date so RLEdit is unable to perform updates or build new resources.  Use RLAdmin to update the master tokens.
  81. 114    The language tokens are out of date.  Do you want them to be updated now?
  82. 115    Do you want to keep the changes you just made?
  83. 116    Token Found
  84. 117    Token Not Found
  85. 118    Find Token
  86. 119    Open Project
  87. 120    Name New Project File
  88. 121    Add "%s" to the glossary as a translation for "%s"?
  89. 122    RLEdit cannot build .EXE or .DLL files from .RES files.  RLEdit is changing your target file to a .RES file.
  90. 123    Save changes before exiting?
  91. 124    No changes have been made
  92. 125    CHANGED
  93. 126    UNCHANGED
  94. 127    NEW
  95. 129    Only one file can be loaded at a time.
  96. 131    RLQuikEd cannot build a .RES file from .DLL or .EXE files.
  97. 132    RLQuikEd cannot build .DLL or .EXE files from a .RES file.
  98. 256    USAGE:
  99. 257      rlman [-c RDF_file] [-f ResTypeValue] [-p CodePage] [-{n|o} PriLang SubLang]
  100. 258            [-x] [-w] [-h|?] -{e|t|m|l|r|a|u} files
  101. 260      -x                  (Use extended token file format)
  102. 261      -c  RDF_file        (Use custom resources defined in RDF_file)
  103. 262      -f  ResTypeValue    (Filter out all resources except specified type, 1-16)
  104. 263      -n  PriLang SubLang (Primary- and Sub-Lang IDs, dec/hex, of tok file text)
  105. 264      -o  PriLang SubLang (Primary- and Sub-Lang IDs, dec/hex, of old language)
  106. 265      -p  CodePage        (Default code page of text in project token file)
  107. 266      -d                  (Show Dialog Box resource element type in tokens)
  108. 267      -w                  (Show warning messages)
  109. 268      -? or -h            (Show more complete help using winhelp)
  110. 270      -e  InputExeFile  OutputResFile
  111. 271                          (Extract resources into res file)
  112. 272      -t  InputResOrExeFile  OutputTokFile
  113. 273                          (Build Token file from exe or res file, no history)
  114. 274      -m  MasterProjectFile [ InputResOrExeFile  OutputTokFile ]
  115. 275                          (Build/update master Token file from exe or res file)
  116. 276      -l  LangProjectFile [ MasterProjectFile  OutputTokFile ]
  117. 277                          (Build/Update project token file.)
  118. 278      -r  InputResOrExeFile  InputTokFile_or_ResFile  OutputResOrExeFile
  119. 279                          (Replace old lang resources with localized tokens)
  120. 280      -a  InputResOrExeFile  InputTokFile_or_ResFile  OutputResOrExeFile
  121. 281                          (Append resources in localized tokens)
  122. 282      -u  MasterProjectFile  LangProjectFile  InputResOrExeFile  OutputMasterTokFile  OutputLanguTokFile
  123. 283                          (Update version 1.0 data files to latest version)
  124. 3100    DLGEDIT.EXE
  125. 3101    Please select a language to extract.
  126. 3102    Please select a target language.
  127.